/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 14px;
	line-height: 27px;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color: #333;
	text-decoration: none;
}
a:hover{
		color: #0168b7;
	text-decoration: none;
	}
	
	
::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: #ffffff;
}
 
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
    border-radius: 2px;
    background-color: #F5F5F5;
}
 
::-webkit-scrollbar-thumb
{
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
@media (max-width:1000px){
	/*img{
		width: 100%;
	
	}*/
	body{
		overflow-x: hidden;
	}
}
strong{
	font-weight: bold;
}
.xu-line{
	width: 100%;
	height: 10px;
	border-bottom: 1px #ccc dashed;
}
.shi-line{
	width: 100%;
	height: 10px;
	border-bottom: 1px #ccc solid;
}
.heng-line{
	width: 70%;
	margin: 20px auto;
	height: 5px;
	border-bottom: 1px #35a7e1 solid;
}
.heng-line div{
	width: 120px;
	height: 5px;
	margin: 0 auto;
	background: #fff;
}

.font14{ font-size:14px !important;}
.font16{ font-size:16px !important;}
.font18{ font-size:18px !important;}
.font20{ font-size:20px !important;}
.font22{ font-size:22px !important;}
.font24{ font-size:24px !important;}
.font26{ font-size:26px !important;}
.font28{ font-size:28px !important;}
.font30{ font-size:30px !important;}
.font32{ font-size:32px !important;}
.font36{ font-size:36px !important;}
.font48{ font-size:48px !important;}
.fontNormal{ font-weight:normal !important;}
.fontBold{ font-weight:bold !important;}

.color_main{ color:#0ea944;}
.color_red{ color:#c81010;}
.color_vice{ color:#333301; }
.color_vice_light{color: #e6e5e5;}
.color_h{color: #999;}
.color_span{color: #e1e0e0;}
.color_white{color: #fff;}

.text-left{ text-align:left;}
.text-center{ text-align:center;}
.text-right{ text-align:right;}
.textin2em{text-indent: 2em;}
.textjustify{text-align: justify;}
.linehei2{line-height: 2;}

.clearboth{clear: both;}
.titleEn{font-family:'Oswald', sans-serif,impact;margin-bottom: 5px;}
.clearance{width: 100%;height: 50px; overflow: hidden;}
.clearance30{width: 100%;height: 30px; overflow: hidden;}
.clearance10{width: 100%;height: 10px; overflow: hidden;}
.setion{width: 100%;margin: 0; clear: both;z-index: 111; overflow: hidden;}
.wid94{width: 94%;margin: 0 auto;}
.wid80{max-width: 80%;margin: 0 auto;overflow: hidden;}
.wid1300{max-width: 1300px;margin: 0 auto;overflow: hidden;}

.fl{float: left;}
.fr{float: right;}
  .pc-show{
    display:block;
  }
  .phone-show{
  	display: none;
  }
  @media (max-width:990px){
  	  .pc-show{
    display: none;
  }
  .phone-show{
  	display:block;
  	/*margin-bottom: 35px;*/
  }